Action hook 'customize_render_panel_{$this->id}'

in WP Core File wp-includes/class-wp-customize-panel.php at line 292

Description

Fires before rendering a specific Customizer panel. The dynamic portion of the hook name, `$this->id`, refers to the ID of the specific Customizer panel to be rendered.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-panel.php 292

PHP Doc

/**
		 * Fires before rendering a specific Customizer panel.
		 *
		 * The dynamic portion of the hook name, `$this->id`, refers to
		 * the ID of the specific Customizer panel to be rendered.
		 *
		 * @since 4.0.0
		 */